The CSS property Scroll Snap allows you to end a scroll event at a fixed point. For example, images or highlighted text can snap to the exact center of the screen area when scrolling is complete.
In this process, one or more images or other content elements are packed into a „scroll container“ within which the elements then snap to specific positions after scrolling. You can find detailed explanations about the concept ofCSS Scroll Snap at Mozilla.